Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Speedrun with last version Scaffold Stark #163

Merged
merged 7 commits into from
Dec 10, 2024

Conversation

Nadai2010
Copy link
Collaborator

@Nadai2010 Nadai2010 commented Nov 18, 2024

Sync with last version Scaffold Stark

Issue #162 resolved, once the new changes are in Scaffold Stark merged (PR-355, PR-353) , I will add them and we will review them

Types of change

  • Feature
  • Bug
  • Enhancement

Comments (optional)

@Nadai2010 Nadai2010 changed the title Sync Speedrun with last version Scaffold Stark in PR-355 Sync Speedrun with last version Scaffold Stark Nov 19, 2024
@@ -28,7 +28,7 @@ export function getBlockExplorerTxLink(network: string, txnHash: string) {

const targetChainArr = chainNames.filter((chainName) => {
const wagmiChain = chains[chainName as keyof typeof chains];
return wagmiChain.network === network;
return (wagmiChain as { network: string }).network === network;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can change the import way and update the chains.Chain to Chain in this file

// import * as chains from "@starknet-react/chains";
import { devnet, sepolia, mainnet, Chain } from "@starknet-react/chains";
export const chains = {
  devnet,
  sepolia,
  mainnet,
};

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you very much for the contribution.

@Nadai2010 Nadai2010 marked this pull request as ready for review November 25, 2024 09:23
Copy link
Collaborator

@metalboyrick metalboyrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, smoke test looks good also new changes are present

@Nadai2010 Nadai2010 merged commit 7e3d4a1 into base-challenge-template Dec 10, 2024
1 check passed
@Nadai2010 Nadai2010 deleted the update/base-template branch December 10, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants